home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / cvga256.zip / UPDATE.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  25 lines

  1.          Markham Thomas   Feb. 3, 1989
  2.  
  3.          VGA256.BGI       a reverse-engineered BGI driver for Designer VGA
  4.  
  5.          This is an update to my BGI driver ORCHVGA.OBJ.  I now fully support
  6.     the BGI file format.  This means that a programmer can choose either
  7.     a dynamically loaded BGI driver or a linked-in OBJ driver.
  8.          I separated the autodetect component of my driver from the BGI file.
  9.     It is found in VGAEXTRA.OBJ.  This allows you to write your own autodetect
  10.     function to replace mine (mine can't determine if you have a Designer card).
  11.  
  12.     P.S.  If I can ever find the time I would like to try this driver on
  13.           Turbo Prolog.  If anyone succeeds let me know......
  14.  
  15.     Include Files:
  16.             VGA256.BGI       - The BGI driver.
  17.             VGA256.OBJ       - The OBJ version as created by BGIOBJ.EXE.
  18.             VGA256.H         - The include file for use of my BGI driver.
  19.             VGAEXTRA.OBJ     - The OBJ file containing Autodetect & misc..
  20.             VGAEXTRA.H       - The include file for use of VGAEXTRA.OBJ
  21.             MAKEOBJ.BAT      - Simple bat file to convert the BGI to OBJ.
  22.             SIMPLE.C         - C demo of my driver linked into code.
  23.             COLORTST.C       - C demo of my driver used in BGI format.
  24.             *.PRJ            - The project files for the above C programs.
  25.